home *** CD-ROM | disk | FTP | other *** search
- -- card: 9260 from stack: in
- -- bmap block id: 10245
- -- flags: 0000
- -- background id: 8952
- -- name: !About
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=379 top=299 right=325 bottom=495
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return to game
- ----- HyperTalk script -----
- on mouseUp
- put card field "yourloc" of card "!globalData" into it
- visual dissolve
- go card "!blankbrag"
- visual dissolve
- go card it
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=17 top=299 right=325 bottom=107
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: More...
- ----- HyperTalk script -----
- on mouseUp
- visual dissolve
- go card "!Blankbrag"
- visual dissolve
- go card "!!brag"
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=185 top=299 right=325 bottom=275
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Tools
- ----- HyperTalk script -----
- on mouseUp
- visual dissolve
- go card "!blankbrag"
- visual dissolve
- go card "!!useful stuff"
- end mouseUp
-
-